home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2001
/
MacHack 2001.toast
/
pc
/
The Hacks
/
Light Sleeper
/
Headers
/
Backlight.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-06-23
|
195 b
|
8 lines
#pragma once
#include <Types.h>
void InitializeBacklightControl(void);
OSErr GetBacklightBrightness(short *value);
OSErr SwitchBacklight(short state);
OSErr SetBacklightBrightness(short value);